home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20030409-20031118 / 000336_fdc@columbia.edu_Wed Oct 22 17:28:40 2003.msg < prev    next >
Internet Message Format  |  2003-11-18  |  2KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: DSR off ...
  5. Date: 22 Oct 2003 18:40:01 GMT
  6. Organization: Columbia University
  7. Lines: 18
  8. Message-ID: <slrnbpdjo1.2bd.fdc@sesame.cc.columbia.edu>
  9. References: <cf6cc183.0310211334.2b68926b@posting.google.com> <slrnbpbcob.co2.fdc@sesame.cc.columbia.edu> <8ce22d01.0310211755.5aeb83f8@posting.google.com> <cf6cc183.0310220823.40a26f6a@posting.google.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1066848001 6304 128.59.59.56 (22 Oct 2003 18:40:01 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 22 Oct 2003 18:40:01 GMT
  15. User-Agent: slrn/0.9.7.4 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14589
  17.  
  18. In article <cf6cc183.0310220823.40a26f6a@posting.google.com>, icurmt wrote:
  19. : Am I right to assume that kermit ignores any incoming messages/data if
  20. : the DSR pin is off.
  21. :
  22. It depends on the underlying operating system.  Except in DOS, Kermit
  23. always works (and must work) through the OS's device drivers.  Whatever
  24. they do, that's the rule.
  25.  
  26. : If that's truely the case then can I get
  27. : help/pointer to the exact source file so that I can change it to
  28. : ignore DSR status and still log the data.
  29. In Unix, sometimes you can open the same device with a different name to
  30. get a different device driver.  For example in HP-UX /dev/cua0p0 is for
  31. use with modems, whereas /dev/ttyd0p0 is for direct cable connections.
  32. It depends on the specific OS and version (not on Kermit).
  33.  
  34. - Frank
  35.